Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QActions: Rename QActions of Add <X> to Append <X> #136

Merged
merged 3 commits into from
Nov 30, 2023

Conversation

tetektoza
Copy link
Contributor

Those patches rename all QActions instances in MainWindow/CelView/LevelCelView from Add Frame to Append Frame, this way it's more clearer for the user, since "Insert" option is already adding frames, "Add" right now seems to be too ambiguous.

Resolves: #131

This patch renames all QActions instances in MainWindow from Add Frame/Tile/Megatile to
Append Frame/Tile/Megatile, this way it's more clearer for the user, since "Insert" option is
already "adding" images, thus "Add" right now seems to be too ambiguous.
This patch renames all QActions instances in CelView from Add Frame to Ap
Frame, this way it's more clearer for the user, since "Insert" option is
already "adding" images, thus "Add" right now seems to be too ambiguous.
This patch renames all QActions instances in LevelCelView from Add Frame/Tile/MegaTile
to Append Frame/Tile/MegaTile, this way it's more clearer for the user, since "Insert" option is
already "adding" images, thus "Add" right now seems to be too ambiguous.
@tetektoza tetektoza changed the title QActions: Rename QActions of Add Frame to Append Frame QActions: Rename QActions of Add <X> to Append <X> Nov 29, 2023
@tetektoza tetektoza marked this pull request as ready for review November 29, 2023 23:28
@AJenbo AJenbo merged commit cb9590b into diasurgical:master Nov 30, 2023
5 checks passed
@tetektoza tetektoza deleted the rename_add_qactions branch December 3, 2023 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EditMenu: Rename all "Add" QAction instances to "Append" or create another nested menu called "Add"
2 participants